@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff !important;
    scroll-behavior: smooth;
    width: 100% !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Kollektif Bold !important;
}
p, a {
  font-family: TT Norms !important;
}
body p {
  text-align: justify !important;
}
li {
  text-align: justify !important;
}

/* navbar styles starts from here */
nav {
    background-color: #fff !important;
}

.nav-item .nav-link {
    color: lightslategray !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-item .nav-link i {
    border-radius: 50% !important;
    background-color: #3864D3;
    color: #fff ;
    height: 31px;
    width: 31px;
}
.nav-item .nav-link i:hover {
    border-bottom: none !important;
}
.nav-item .nav-link:hover {
    /* border-bottom: 3px solid #3864D3 !important; */
    color: #3864D3 !important;
}

.nav-item .active {
    border-bottom: 3px solid #000066;
    color: #000066 !important;
}


/* leadership section styles starts from here */
.leadership-section {
    position: relative;
}
.leadership-section h1 {
    color: #F14E87;
}
.leadership-section .blue-line {
    position: absolute;
   top: 40px !important;
    left: 30px;
}

/* course section styles starts from here */

.team-section {
    background-color: #080852;
}
h1 {
    color: #fff;
  }
  
  .team-card {
    background-color: #fff;
    color: #001f4d;
    border-radius: 10px;
    max-width: 1000px;
  }
  
  .image-placeholder {
    width: 100px;
    height: 100px;
    background-color: #dde1e7;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .image-placeholder img {
    width: 100%;
    height: auto;
  }
  
  .card-title {
    color: #F14E87;
  }
  
  .card-subtitle {
    font-weight: bold;
  }
  
  
  
  
  /* Ensure the controls are always visible */
   .team-section .always-visible {
    opacity: 1 !important; /* Force the visibility */
  }
  
  /* Styling the control buttons for better visibility */
  .team-section .carousel-control-prev-icon, 
  .team-section .carousel-control-next-icon {
    background-color: #3864D3; /* Add a semi-transparent background */
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
  }

  /* Our Leadership matter styles starts from here */
  .leadership-matter {
    background-color: #F14E87;
  }

  /* Learn from industry leaders */
  .learn-section h2 {
    color: #3864D3;
  }
  .learn-section .explore-btn a {
    background-color: #3864D3 !important;
    color: #fff !important;
    text-decoration: none !important;
  }
  .learn-section .explore-btn {
    background-color: #3864D3;
    color: #fff;
    transition: transform .2s;
    font-size: 15px;
  }
  .learn-section .explore-btn:hover {
    transform: scale(1.1);
    background-color: #3864D3;
    color: #fff;
  }

 /* Footer styles starts from here */
.footer {
  background-color: #F14E87;
  /* Background color */
  color: white;
  padding: 50px 0;
  position: relative;
  /* font-size: 14px; */
}

.footer .address,
.footer .info,
.footer .links {
  margin-bottom: 20px;
}
.footer .links a {
  text-decoration: none;
}
.footer .info {
  text-align: center;
}

/* .footer .links {
  text-align: right;
} */
.footer .address i,
.footer .info i {
  font-size: 35px;
  margin-right: 10px;
}

.footer img {
  width: 150px;
}

.footer .map-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/images/Black_on_white_dotted_world_map_vector-removebg.png') no-repeat center;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}

.footer .content {
  position: relative;
  z-index: 2;
}


/* mobile view styles starts from here */
@media only screen and (max-width: 600px) {
  nav .navbar-toggler {
    margin-left: 80%;
    margin-top: -103px;
    /* border: 2px solid #004aad !important; */
}

nav .contact-btn {
    font-size: 16px !important;
    margin-left: 35px !important;
}

nav .nav-item .nav-link {
    font-size: 16px !important;
}

/* leadership section */
.leadership-section .leader-img {
  margin-left: 20px !important;
}
.leadership-section .blue-line {
  top: 38px !important;
  width: 150px !important;
}

/* footer */
.footer {
  height: auto !important;
}

.footer .content {
  padding: 0px 5px !important;
}

.footer .map-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.footer .content .copy-right {
  font-size: 16px !important;
  margin-left: 20px !important;
}
.footer .content .terms  {
  margin-top: 0px !important;
  font-size: 15px !important;
  margin-right: 78px !important;
}

}


@media only screen and (max-width:800px) and (min-width:600px) {
  .leadership-section .blue-line {
    top: 35px !important;
  }
  .leadership-section .leader-img {
    width: 50% !important;
    margin-left: 160px !important;
  }
}


/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px) {
  .leadership-section .blue-line {
    top: 26px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .leadership-section .blue-line {
    top: 13px !important;
  }
}